OpacityGradient Class

Represents an opacity gradient for a graphic object.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class OpacityGradient
Inheritance
Object    OpacityGradient

Constructors

OpacityGradient Initializes a new instance of the OpacityGradient class.

Properties

Angle Specifies an angle that rotates the axis at which the gradient values are interpolated.
Border Specifies the percentage value that is used to scale a border area which is filled by a solid color.
CenterX Specifies the center of the geometry that is used for the gradient.
CenterY Specifies the center of the geometry that is used for the gradient.
DisplayName Specifies the name of an opacity gradient.
End Specifies the end value for the opacity element.
Name Specifies the name by which a opacity element can be referenced.
Start Specifies the start value for the opacity element.
Style Specifies the transparency of a graphic object.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current OpacityGradient object to its equivalent string representation.
(Overrides ObjectToString)

See Also